net/http.http2priorityWriteScheduler.writeThrottleLimit (field)
8 uses
net/http (current package)
h2_bundle.go#L10411: ws.writeThrottleLimit = 1024
h2_bundle.go#L10413: ws.writeThrottleLimit = math.MaxInt32
h2_bundle.go#L10583: writeThrottleLimit int32
h2_bundle.go#L10745: limit = ws.writeThrottleLimit
h2_bundle.go#L10756: ws.writeThrottleLimit += 1024
h2_bundle.go#L10757: if ws.writeThrottleLimit < 0 {
h2_bundle.go#L10758: ws.writeThrottleLimit = math.MaxInt32
h2_bundle.go#L10761: ws.writeThrottleLimit = 1024
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)